.ban-bg {
	width: 100%;
	overflow: hidden;
}

.banner-box {
	background-color: #f8f8f8;
	margin: 40px auto;
	padding: 40px 0px;
}

.banner-contain {
	width: 90%;
	margin: 0px 5%;
}

.banner-contain h1 {
	font-weight: normal;
	color: #3cb0f2;
}

.banner-contain p {
	width: 100%;
	line-height: 36px;
	color: #232323;
}

.banner-contain button {
	padding: 10px 20px;
	background-color: #F38816;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

.banner-contain button:hover {
	background-color: #e07604;
}

.project-list {
	cursor: pointer;
	width: 238px;
	margin: 12px;
	background-color: #f8f8f8;
	padding: 5px;
	border: 1px solid #eeeeee;
}

.project-list img {
	width: 100%;
}

.project-list:hover {
	box-shadow: 0px 0px 6px 1px #cccccc;
}

.project-list p:hover {
	color: #3CB0F2;
}


/*流程图*/

.lc-box {
	width: 110px;
	height: 110px;
	padding: 10px;
	border-radius: 150px;
	background-color: #60b858;
}

.lc {
	width: 110px;
	height: 110px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.lc h1 {
	font-size: 40px;
	color: #232323;
	font-weight: normal;
	padding-top: 6px;
}

.lc h5 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	color: #666;
}


.lc-contain p {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgba(60, 176, 242, 0.3);
	width: 120px;
	height: 140px;
	padding: 5px;
	border-radius: 5px;
	color: #232323;
	font-size: 15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.lc-contain p:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 55px;
	top: -14px;
	border-left: 10px solid transparent;
	border-bottom: 16px solid #c5e7fb;
	border-right: 10px solid transparent;
}

.next {
	margin: 50px 70px;
}